The problem I'd expect to see, given what I've seen of the workflow and how the profile was prepared, is one of clipping. Canon raw encodes for about a stop of headroom --- the highest values in the raw file are approximately 200% brightness, not 100%. So if you're only using up to 100% exposure in your scene, then you're only using values up to 50% in the raw. And ICC profiles are usually really bad at dealing with that --- they really, really want everything to be relative to 100% white for the current profile, not relative to 50% white. If they see 50% in the raw, they will map that to grey, not white, in the output profile. That's where pnmnorm comes in: it will expand the "normal" exposure of the raw file to fill the full 16 bits of the pnm file, so that the icc transform really maps white to white. But this is completely the wrong thing to do, because highlights in the scene are going to get fully expanded in the final output, which compresses the tonal range of the rest of the image; in reality, you want to either clip or compress highlights. The default behaviour of pnmnorm also looks totally incorrect in the way it normalises each colour band separately. If the highlights aren't pure white, then that necessarily introduces a colour shift into the image. So with better normalisation/clipping, the profile there may well be usable.On his suggetion, I finally managed to get Cinepaint to compile and run, and the profile works fine there. See the rest of my notes on cinepaint
Setup Note to Administrator:
|
| Group | Members |
|---|---|
| ArcaneWikiGroup | JodyHarris, BrianThomas |
| NobodyGroup | |
| TWikiAdminGroup | JodyHarris |
| Tags in HTML | Corresponding tag in Twiki |
|---|---|
| Paragraphs: The <p> tag creates a new paragraph in HTML | Blank lines will create a new paragraph in Twiki |
| Headings: The heading tags in HTML are used to define main headers and sub headers <h1> is the main header <h2> is subheader, <h3> is even smaller and so on until <h6> | Headings in Twiki are defined by ---+ The Header This is equivalent to <h1> in HTML and smaller sub headers are defined by appending more + signs e.g ---++ Sub Heading is equivalent to <h2> tag in HTML and so on. |
| Bold Text: Bold text in HTML is obtained by enclosing the text in <b> tags e.g <b> sample text</b> | Bold text in Twiki is obtained by enclosing the text in * asteriks sign e.g *sample text* |
| Italic Text: Italic text in HTML is obtained by enclosing the text in <i> tag | Words get Italic in Twiki by enclosing them in double underscores |
| List Item: The list item is displayed using the <li> tag | Three spaces and asterisk and another space creates a bulleted list in Twiki |
| Ordered List: The <ol> tag is used to have an ordered list in HTML | Three spaces, a dot and another space constitute a ordered list in Twiki |
| Table: The <table> tag is used to create a table <td> and <tr> are used to define columns and rows respectively | The pipe character (vertical bar) is used to indicate the start of a table , Each line is one row of the table , Each cell starts and ends with a pipe |
| Links: Links are created in HTML using the <a href= "URL" > tag | Links are created on Twiki where you can specify the link text and the link reference separately using nested square brackets |
| Name | Type | Size | Values | Tooltip message | Attributes |
|---|---|---|---|---|---|
| FirstName | text | 40 | |||
| LastName | text | 40 | |||
| OrganisationName | text | 40 | |||
| OrganisationURL | text | 40 | |||
| Profession | text | 40 | |||
| Country | text | 40 | |||
| State | text | 40 | |||
| Address | text | 40 | |||
| Location | text | 40 | |||
| Telephone | text | 40 | |||
| VoIP | text | 40 | |||
| InstantMessaging (IM) | textarea | 50x4 | (One account per line, if several) | ||
| text | 40 | ||||
| HomePage | text | 40 | |||
| Comment | textarea | 50x6 |
| Organization: | Country: | Location: | |||||
| Telephone: | E-mail: |
| FirstName | LastName | Organization | State | Country |
|---|---|---|---|---|
| Brian | Thomas | USA | ||
| Jody | Harris | OpenDiscipleship.org | NM | USA |
| Test | User | USA |
Date joined | Last updated | FirstName | LastName | Organization | Country |
|---|---|---|---|---|---|
| 13 Jun 2010 - 13:45 | 13 Jun 2010 - 13:45 | Jody | Harris | OpenDiscipleship.org | USA |
| 11 May 2007 - 03:04 | 11 May 2007 - 03:04 | Test | User | USA | |
| 08 May 2007 - 10:53 | 08 May 2007 - 10:53 | Brian | Thomas | USA |
Country | State | FirstName | LastName | Organization |
|---|---|---|---|---|
| USA | Test | User | ||
| USA | NM | Jody | Harris | OpenDiscipleship.org |
| USA | Brian | Thomas |
* daisy.cutter@flowers.comSubscribe Daisy to all changes in all webs that start with
Web.
* daisy.cutter@flowers.com: Web*Subscribe Daisy to changes to topics starting with
Petal, and their immediate children, WeedKillers and children to a depth of 3, and all topics that match start with Pretty and end with Flowers e.g. PrettyPinkFlowers
* TWiki.DaisyCutter: Petal* (1) TWiki.WeedKillers (3) Pretty*FlowersSubscribe StarTrekFan to changes to all topics that start with
Star except those that end in Wars, sInTheirEyes or shipTroopers.
* TWiki.StarTrekFan: Star* - *Wars - *sInTheirEyes - *shipTroopersSubscribe Daisy to the full content of NewsLetter whenever it has changed
* daisy@flowers.com: TWiki.NewsLetter?Subscribe buttercup to NewsLetter and its immediate children, even if it hasn't changed.
* buttercup@flowers.com: TWiki.NewsLetter! (1)Subscribe GardenGroup (which includes Petunia) to all changed topics under AllnewsLetters to a depth of 3. Then unsubscribe Petunia from the ManureNewsLetter, which she would normally get as a member of GardenGroup? :
* TWiki.GardenGroup: TWiki.AllNewsLetters? (3) * petunia@flowers.com: - TWiki.ManureNewsLetterA user may be listed many times in the WebNotify topic. Where a user has several lines in WebNotify that all match the same topic, they will only be notified about changes that topic once (though they will still receive individual mails for news topics). If a TWiki group is listed for notification, the group will be recursively expanded to the e-mail addresses of all members.
3 or 6 spaces * Set NAME = value %WEBBGCOLOR% , it gets expanded to #FFEFA6
WEBCOPYRIGHT before WIKIWEBMASTER since %WEBCOPYRIGHT% uses the %WIKIWEBMASTER% variable.
%VARIABLES%
The problem I'd expect to see, given what I've seen of the workflow and how the profile was prepared, is one of clipping. Canon raw encodes for about a stop of headroom --- the highest values in the raw file are approximately 200% brightness, not 100%. So if you're only using up to 100% exposure in your scene, then you're only using values up to 50% in the raw. And ICC profiles are usually really bad at dealing with that --- they really, really want everything to be relative to 100% white for the current profile, not relative to 50% white. If they see 50% in the raw, they will map that to grey, not white, in the output profile. That's where pnmnorm comes in: it will expand the "normal" exposure of the raw file to fill the full 16 bits of the pnm file, so that the icc transform really maps white to white. But this is completely the wrong thing to do, because highlights in the scene are going to get fully expanded in the final output, which compresses the tonal range of the rest of the image; in reality, you want to either clip or compress highlights. The default behaviour of pnmnorm also looks totally incorrect in the way it normalises each colour band separately. If the highlights aren't pure white, then that necessarily introduces a colour shift into the image. So with better normalisation/clipping, the profile there may well be usable.On his suggetion, I finally managed to get Cinepaint to compile and run, and the profile works fine there. See the rest of my notes on cinepaint
Setup Note to Administrator:
|
| Group | Members |
|---|---|
| ArcaneWikiGroup | JodyHarris, BrianThomas |
| NobodyGroup | |
| TWikiAdminGroup | JodyHarris |
| Tags in HTML | Corresponding tag in Twiki |
|---|---|
| Paragraphs: The <p> tag creates a new paragraph in HTML | Blank lines will create a new paragraph in Twiki |
| Headings: The heading tags in HTML are used to define main headers and sub headers <h1> is the main header <h2> is subheader, <h3> is even smaller and so on until <h6> | Headings in Twiki are defined by ---+ The Header This is equivalent to <h1> in HTML and smaller sub headers are defined by appending more + signs e.g ---++ Sub Heading is equivalent to <h2> tag in HTML and so on. |
| Bold Text: Bold text in HTML is obtained by enclosing the text in <b> tags e.g <b> sample text</b> | Bold text in Twiki is obtained by enclosing the text in * asteriks sign e.g *sample text* |
| Italic Text: Italic text in HTML is obtained by enclosing the text in <i> tag | Words get Italic in Twiki by enclosing them in double underscores |
| List Item: The list item is displayed using the <li> tag | Three spaces and asterisk and another space creates a bulleted list in Twiki |
| Ordered List: The <ol> tag is used to have an ordered list in HTML | Three spaces, a dot and another space constitute a ordered list in Twiki |
| Table: The <table> tag is used to create a table <td> and <tr> are used to define columns and rows respectively | The pipe character (vertical bar) is used to indicate the start of a table , Each line is one row of the table , Each cell starts and ends with a pipe |
| Links: Links are created in HTML using the <a href= "URL" > tag | Links are created on Twiki where you can specify the link text and the link reference separately using nested square brackets |
| Name | Type | Size | Values | Tooltip message | Attributes |
|---|---|---|---|---|---|
| FirstName | text | 40 | |||
| LastName | text | 40 | |||
| OrganisationName | text | 40 | |||
| OrganisationURL | text | 40 | |||
| Profession | text | 40 | |||
| Country | text | 40 | |||
| State | text | 40 | |||
| Address | text | 40 | |||
| Location | text | 40 | |||
| Telephone | text | 40 | |||
| VoIP | text | 40 | |||
| InstantMessaging (IM) | textarea | 50x4 | (One account per line, if several) | ||
| text | 40 | ||||
| HomePage | text | 40 | |||
| Comment | textarea | 50x6 |
| Organization: | Country: | Location: | |||||
| Telephone: | E-mail: |
| FirstName | LastName | Organization | State | Country |
|---|---|---|---|---|
| Brian | Thomas | USA | ||
| Jody | Harris | OpenDiscipleship.org | NM | USA |
| Test | User | USA |
Date joined | Last updated | FirstName | LastName | Organization | Country |
|---|---|---|---|---|---|
| 13 Jun 2010 - 13:45 | 13 Jun 2010 - 13:45 | Jody | Harris | OpenDiscipleship.org | USA |
| 11 May 2007 - 03:04 | 11 May 2007 - 03:04 | Test | User | USA | |
| 08 May 2007 - 10:53 | 08 May 2007 - 10:53 | Brian | Thomas | USA |
Country | State | FirstName | LastName | Organization |
|---|---|---|---|---|
| USA | Test | User | ||
| USA | NM | Jody | Harris | OpenDiscipleship.org |
| USA | Brian | Thomas |
* daisy.cutter@flowers.comSubscribe Daisy to all changes in all webs that start with
Web.
* daisy.cutter@flowers.com: Web*Subscribe Daisy to changes to topics starting with
Petal, and their immediate children, WeedKillers and children to a depth of 3, and all topics that match start with Pretty and end with Flowers e.g. PrettyPinkFlowers
* TWiki.DaisyCutter: Petal* (1) TWiki.WeedKillers (3) Pretty*FlowersSubscribe StarTrekFan to changes to all topics that start with
Star except those that end in Wars, sInTheirEyes or shipTroopers.
* TWiki.StarTrekFan: Star* - *Wars - *sInTheirEyes - *shipTroopersSubscribe Daisy to the full content of NewsLetter whenever it has changed
* daisy@flowers.com: TWiki.NewsLetter?Subscribe buttercup to NewsLetter and its immediate children, even if it hasn't changed.
* buttercup@flowers.com: TWiki.NewsLetter! (1)Subscribe GardenGroup (which includes Petunia) to all changed topics under AllnewsLetters to a depth of 3. Then unsubscribe Petunia from the ManureNewsLetter, which she would normally get as a member of GardenGroup? :
* TWiki.GardenGroup: TWiki.AllNewsLetters? (3) * petunia@flowers.com: - TWiki.ManureNewsLetterA user may be listed many times in the WebNotify topic. Where a user has several lines in WebNotify that all match the same topic, they will only be notified about changes that topic once (though they will still receive individual mails for news topics). If a TWiki group is listed for notification, the group will be recursively expanded to the e-mail addresses of all members.
3 or 6 spaces * Set NAME = value %WEBBGCOLOR% , it gets expanded to #FFEFA6
WEBCOPYRIGHT before WIKIWEBMASTER since %WEBCOPYRIGHT% uses the %WIKIWEBMASTER% variable.
%VARIABLES%